home *** CD-ROM | disk | FTP | other *** search
/ Champak 110 / jogo-disk-110.iso / Games / steppenwolf_2_chapter_8.swf / scripts / DefineButton2_1808 / BUTTONCONDACTION on(release).as
Text File  |  2008-11-12  |  313b  |  17 lines

  1. on(release){
  2.    set("/Variables:TransMail","");
  3.    TexteMail = "";
  4.    if(getProperty("../", _currentframe) == 3)
  5.    {
  6.       gotoAndStop(2);
  7.    }
  8.    else
  9.    {
  10.       tellTarget("../InvSelection")
  11.       {
  12.          gotoAndStop(eval("/Variables:ObjetSelect") + 1);
  13.       }
  14.       gotoAndStop(1);
  15.    }
  16. }
  17.